object Waitform: TWaitform Left = 252 Top = 225 BorderIcons = [] BorderStyle = bsDialog Caption = 'Incorrect password' ClientHeight = 85 ClientWidth = 341 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 120 TextHeight = 16 object Label1: TLabel Left = 32 Top = 32 Width = 283 Height = 16 Caption = 'Incorrect password. Waiting 30 seconds.' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Timer1: TTimer OnTimer = Timer1Timer Left = 280 Top = 56 end end